3.11.47 \(\int \frac {(c-i c \tan (e+f x))^n}{a+i a \tan (e+f x)} \, dx\) [1047]

Optimal. Leaf size=52 \[ \frac {i \, _2F_1\left (2,n;1+n;\frac {1}{2} (1-i \tan (e+f x))\right ) (c-i c \tan (e+f x))^n}{4 a f n} \]

[Out]

1/4*I*hypergeom([2, n],[1+n],1/2-1/2*I*tan(f*x+e))*(c-I*c*tan(f*x+e))^n/a/f/n

________________________________________________________________________________________

Rubi [A]
time = 0.09, antiderivative size = 52, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.097, Rules used = {3603, 3568, 70} \begin {gather*} \frac {i (c-i c \tan (e+f x))^n \, _2F_1\left (2,n;n+1;\frac {1}{2} (1-i \tan (e+f x))\right )}{4 a f n} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c - I*c*Tan[e + f*x])^n/(a + I*a*Tan[e + f*x]),x]

[Out]

((I/4)*Hypergeometric2F1[2, n, 1 + n, (1 - I*Tan[e + f*x])/2]*(c - I*c*Tan[e + f*x])^n)/(a*f*n)

Rule 70

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(b*c - a*d)^n*((a + b*x)^(m + 1)/(b^(
n + 1)*(m + 1)))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m
}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] && IntegerQ[n]

Rule 3568

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[1/(a^(m - 2)*b
*f), Subst[Int[(a - x)^(m/2 - 1)*(a + x)^(n + m/2 - 1), x], x, b*Tan[e + f*x]], x] /; FreeQ[{a, b, e, f, n}, x
] && EqQ[a^2 + b^2, 0] && IntegerQ[m/2]

Rule 3603

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((c_) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Di
st[a^m*c^m, Int[Sec[e + f*x]^(2*m)*(c + d*Tan[e + f*x])^(n - m), x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] &&
EqQ[b*c + a*d, 0] && EqQ[a^2 + b^2, 0] && IntegerQ[m] &&  !(IGtQ[n, 0] && (LtQ[m, 0] || GtQ[m, n]))

Rubi steps

\begin {align*} \int \frac {(c-i c \tan (e+f x))^n}{a+i a \tan (e+f x)} \, dx &=\frac {\int \cos ^2(e+f x) (c-i c \tan (e+f x))^{1+n} \, dx}{a c}\\ &=\frac {\left (i c^2\right ) \text {Subst}\left (\int \frac {(c+x)^{-1+n}}{(c-x)^2} \, dx,x,-i c \tan (e+f x)\right )}{a f}\\ &=\frac {i \, _2F_1\left (2,n;1+n;\frac {1}{2} (1-i \tan (e+f x))\right ) (c-i c \tan (e+f x))^n}{4 a f n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 58.69, size = 79, normalized size = 1.52 \begin {gather*} \frac {i 2^{-2+n} \left (\frac {c}{1+e^{2 i (e+f x)}}\right )^n \left (1+e^{2 i (e+f x)}\right )^2 \, _2F_1\left (2,2-n;3-n;1+e^{2 i (e+f x)}\right )}{a f (-2+n)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c - I*c*Tan[e + f*x])^n/(a + I*a*Tan[e + f*x]),x]

[Out]

(I*2^(-2 + n)*(c/(1 + E^((2*I)*(e + f*x))))^n*(1 + E^((2*I)*(e + f*x)))^2*Hypergeometric2F1[2, 2 - n, 3 - n, 1
 + E^((2*I)*(e + f*x))])/(a*f*(-2 + n))

________________________________________________________________________________________

Maple [F]
time = 2.90, size = 0, normalized size = 0.00 \[\int \frac {\left (c -i c \tan \left (f x +e \right )\right )^{n}}{a +i a \tan \left (f x +e \right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c-I*c*tan(f*x+e))^n/(a+I*a*tan(f*x+e)),x)

[Out]

int((c-I*c*tan(f*x+e))^n/(a+I*a*tan(f*x+e)),x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^n/(a+I*a*tan(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^n/(a+I*a*tan(f*x+e)),x, algorithm="fricas")

[Out]

integral(1/2*(2*c/(e^(2*I*f*x + 2*I*e) + 1))^n*(e^(2*I*f*x + 2*I*e) + 1)*e^(-2*I*f*x - 2*I*e)/a, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} - \frac {i \int \frac {\left (- i c \tan {\left (e + f x \right )} + c\right )^{n}}{\tan {\left (e + f x \right )} - i}\, dx}{a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))**n/(a+I*a*tan(f*x+e)),x)

[Out]

-I*Integral((-I*c*tan(e + f*x) + c)**n/(tan(e + f*x) - I), x)/a

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c-I*c*tan(f*x+e))^n/(a+I*a*tan(f*x+e)),x, algorithm="giac")

[Out]

integrate((-I*c*tan(f*x + e) + c)^n/(I*a*tan(f*x + e) + a), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {{\left (c-c\,\mathrm {tan}\left (e+f\,x\right )\,1{}\mathrm {i}\right )}^n}{a+a\,\mathrm {tan}\left (e+f\,x\right )\,1{}\mathrm {i}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c - c*tan(e + f*x)*1i)^n/(a + a*tan(e + f*x)*1i),x)

[Out]

int((c - c*tan(e + f*x)*1i)^n/(a + a*tan(e + f*x)*1i), x)

________________________________________________________________________________________